projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed4ccb0
)
(remote-compile): Make comint-file-name-prefix local
author
Richard M. Stallman
<rms@gnu.org>
Tue, 22 Apr 1997 22:54:32 +0000
(22:54 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 22 Apr 1997 22:54:32 +0000
(22:54 +0000)
in the compilation buffer.
lisp/rcompile.el
patch
|
blob
|
history
diff --git
a/lisp/rcompile.el
b/lisp/rcompile.el
index c91627160ebddc17248abd79ef2470f68485308e..ec97c7c4dcbfa75f33901f8433e5466876542a10 100644
(file)
--- a/
lisp/rcompile.el
+++ b/
lisp/rcompile.el
@@
-173,6
+173,7
@@
See \\[compile]."
;; compilation-parse-errors will find referenced files by ange-ftp.
(save-excursion
(set-buffer compilation-last-buffer)
+ (make-variable-buffer-local 'comint-file-name-prefix)
(setq comint-file-name-prefix (concat "/" host ":")))))
;;; rcompile.el ends here